isAutoStart

open fun isAutoStart(): Boolean

Checks if this control is configured to start its operation automatically after #initialize(Module) initialization.

All controls generally default to true} unless explicitly configured otherwise.

Checks if the ComboView is configured to automatically start its content or behavior when start is called. This is part of the RevelControl interface.

Return

true if auto-start is enabled, false otherwise. Defaults to true.

See also